﻿2026-06-07T23:53:14.4782360Z ##[group]Run actions/checkout@v5
2026-06-07T23:53:14.4783138Z with:
2026-06-07T23:53:14.4783502Z   repository: SaberMage/spt-core
2026-06-07T23:53:14.4786641Z   token: ***
2026-06-07T23:53:14.4786975Z   ssh-strict: true
2026-06-07T23:53:14.4787309Z   ssh-user: git
2026-06-07T23:53:14.4787643Z   persist-credentials: true
2026-06-07T23:53:14.4788038Z   clean: true
2026-06-07T23:53:14.4788365Z   sparse-checkout-cone-mode: true
2026-06-07T23:53:14.4788763Z   fetch-depth: 1
2026-06-07T23:53:14.4789083Z   fetch-tags: false
2026-06-07T23:53:14.4789410Z   show-progress: true
2026-06-07T23:53:14.4789758Z   lfs: false
2026-06-07T23:53:14.4790123Z   submodules: false
2026-06-07T23:53:14.4790473Z   set-safe-directory: true
2026-06-07T23:53:14.4790972Z ##[endgroup]
2026-06-07T23:53:14.6536392Z Syncing repository: SaberMage/spt-core
2026-06-07T23:53:14.6537729Z ##[group]Getting Git version info
2026-06-07T23:53:14.6538378Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-07T23:53:14.6778193Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T23:53:14.6980803Z git version 2.43.0.windows.1
2026-06-07T23:53:14.7007016Z ##[endgroup]
2026-06-07T23:53:14.7016105Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\96720053-0dfb-4877-bf32-061bf87838f5\.gitconfig'
2026-06-07T23:53:14.7029109Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\96720053-0dfb-4877-bf32-061bf87838f5' before making global git config changes
2026-06-07T23:53:14.7030199Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:53:14.7033936Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-07T23:53:14.7255099Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-07T23:53:14.7439170Z https://github.com/SaberMage/spt-core
2026-06-07T23:53:14.7465511Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T23:53:14.7469300Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T23:53:14.7655296Z refs/heads/dev-freeform
2026-06-07T23:53:14.7678668Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-07T23:53:14.7959310Z HEAD is now at 7278c95 test(rig): re-run two-host ladder after notif epoch fix [twohost]
2026-06-07T23:53:14.8431708Z ##[endgroup]
2026-06-07T23:53:14.8435529Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-07T23:53:15.2090914Z ##[group]Cleaning the repository
2026-06-07T23:53:15.2094560Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-07T23:53:23.0026084Z Removing .adapter-notify/
2026-06-07T23:53:23.0026799Z Removing target/
2026-06-07T23:53:23.0060073Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-07T23:53:23.0416371Z HEAD is now at 7278c95 test(rig): re-run two-host ladder after notif epoch fix [twohost]
2026-06-07T23:53:23.0440039Z ##[endgroup]
2026-06-07T23:53:23.0444758Z ##[group]Disabling automatic garbage collection
2026-06-07T23:53:23.0449271Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-07T23:53:23.0679059Z ##[endgroup]
2026-06-07T23:53:23.0679512Z ##[group]Setting up auth
2026-06-07T23:53:23.0685274Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:53:23.0898048Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T23:53:23.4881811Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:53:23.5112126Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T23:53:23.8617232Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:53:23.8828813Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T23:53:24.2182392Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-07T23:53:24.2478785Z ##[endgroup]
2026-06-07T23:53:24.2479197Z ##[group]Fetching the repository
2026-06-07T23:53:24.2487878Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7278c95ce6c31b0dde6ec446975903e9128e5147:refs/remotes/origin/dev-freeform
2026-06-07T23:53:24.8211910Z ##[endgroup]
2026-06-07T23:53:24.8212334Z ##[group]Determining the checkout info
2026-06-07T23:53:24.8213440Z ##[endgroup]
2026-06-07T23:53:24.8218774Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-07T23:53:24.8476369Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-07T23:53:24.8689823Z ##[group]Checking out the ref
2026-06-07T23:53:24.8694371Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T23:53:24.9032555Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-07T23:53:24.9032936Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-07T23:53:24.9033230Z Switched to and reset branch 'dev-freeform'
2026-06-07T23:53:24.9052881Z ##[endgroup]
2026-06-07T23:53:24.9279503Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-07T23:53:24.9468970Z 7278c95ce6c31b0dde6ec446975903e9128e5147
